home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Developer / PopUpFunctions2.37Demo / change history next >
Encoding:
Text File  |  1993-06-23  |  2.4 KB  |  82 lines  |  [TEXT/R*ch]

  1. PopUpFuncs Change History
  2. -------------------------
  3.  
  4. Version 2.3.7 (6/23/93)
  5.  
  6.     • added a parser for General Magic
  7.     
  8.     • changed address information in many places to reflect my move to Cupertino
  9.     
  10.  
  11. Version 2.3.6 (9/15/92)
  12.     
  13.     • pascal parser has better indenting when variables are named 'object'.
  14.  
  15.     • fixes MPW (v3.3a14) flakey behaviour. (that's what the 'a' means).
  16.     
  17.     • all parsers now automatically return when EOF is reached.  No more hangs!
  18.     
  19.     • semicolons are (once again) allowed in a C function's parameter list.
  20.     
  21. Version 2.3.5 (7/31/92)
  22.  
  23.     • tests for CQD before calling GetMaxDevice().  (Bug added in 2.3.4).
  24.     
  25.     • resized the b/w picture to be the same size as the color picture.
  26.     
  27.     • updated the installer to install into Sade.
  28.     
  29. Version 2.3.4 (7/26/92)
  30.  
  31.     • added a check to neither draw nor hit-test in a dialog window.
  32.  
  33.     • fixed a bug in MPW that caused PUF to hang on files with sizes that 
  34.     were near multiples of the internal parsing buffer size.
  35.     
  36.     • fixed a dereference through nil when disposing a window with
  37.     a nil titlehandle.  (Like the notification window that a file server
  38.     had shut down).
  39.     
  40.     • the about dialog dismisses itself on a mouseup, not a mousedown.
  41.     
  42.     • the red dot in the titlebar isn't so affected by changes to the monitor's
  43.     depth setting.
  44.     
  45.     • for mpw, doesn't try to reuse the cached parser results.  will reparse
  46.     everytime.  this is due to the mpw shell breaking their own use of the 
  47.     file modification flag in 3.2.2
  48.     
  49.     • the assembly parser's feature of showing local labels only if they are
  50.     inside the current procedure's body is disabled if the menu will be short 
  51.     enough.
  52.     
  53.     • "pragma" is more forgiving about what characters it allows.
  54.  
  55. Version 2.3.3 (7/5/92)
  56.  
  57.     • fixed a bug in the sort-by-position routine.  files longer than 2^15 
  58.     characters were not getting sorted properly.
  59.     
  60.     • removed the ThinkC-Window-Width-Setter xpop from the distribution set.
  61.     Too incomplete and undocumented to foist upon the unsuspecting.
  62.   
  63. Version 2.3.2 (6/17/92)
  64.  
  65.     • fixed the bug in the comment tool that was introduced when adding
  66.     asm support
  67.  
  68. Version 2.3.1 (6/15/92)
  69.  
  70.     • "#if-#endif" starting on first line of file works.
  71.     
  72.     • assembly parser only shows those local labels inside the current
  73.     proc. greatly reduces length of menu on long asm files.
  74.  
  75. Version 2.3 (6/10/92)
  76.  
  77.     • this change file started
  78.     
  79.     • assembly parser added
  80.     
  81.     • configuration resources added, file suffix and assembly parser behavior
  82.